home *** CD-ROM | disk | FTP | other *** search
-
-
- VARIABLE SAVER
- by
- Mark Robin
-
-
- VARIABLE SAVER is a short wedge
-
- program which automatically saves
-
- all BASIC variables while you edit
-
- a program. Restarting the program
-
- with the RUN command will then reset
-
- all of the variables.
-
-
- (Restarting the program with a GOTO
-
- command, however, will restore the
-
- variables-- not reset them.)
-
-
- If your program uses a great deal
-
- of string space, you should type in:
-
-
- PRINT FRE(0)
-
-
- before you begin to edit. Also, if a
-
- string appears in the form
-
-
- A$="HELLO"
-
-
- it should be changed to the form
-
-
- A$="HELLO"+""
-
- to save it.
-
-
- VARIABLE SAVER is enabled by typing
-
- in SYS 49152 and disabled by typing in
-
- SYS 49193.
-
- **************************************
- NOTE: Due to the nature of this
- program, it cannot reconnect to the
- LOADSTAR Operating System. To be
- safe, turn your computer off after
- running Variable Saver and reboot
- LOADSTAR.
- **************************************
-
-
- FILES REQUIRED:
-
- VARIABLE SAVER
-
- -----------< end of text >------------
-